home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / trmsfxv1.lha / TermSFXv1 / TermSFXv1.txt
Text File  |  1995-12-09  |  4KB  |  144 lines

  1.                           Welcome to
  2.  
  3.                         _           _
  4.                        /             \
  5.                       / /           \ \
  6.                      ( ( ( TermSFX ) ) )
  7.                       \ \  ~~~~~~~  / /
  8.                        \_           _/
  9.  
  10.  
  11.                          Volume one!
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.                         INTRODUCTION
  20.                         ~~~~~~~~~~~~
  21.  
  22.  
  23.  " Variety is the spice of life, NOT oregano as many people believe "
  24.  
  25.  
  26.  This is really nothing more than a collection of nice sound bites
  27. to use in conjunction with Term. Term allows a different sound to be
  28. played after good / bad file transfers, modem connect / disconnect
  29. and several other events. Instead of having the same sound play
  30. for its event every time, I use a random file picker to choose
  31. from a directory of appropriate sounds. I add the following script
  32. to my User-Startup file so all the various Term events have a random,
  33. but proper sound on each boot-up of my system.
  34.  
  35.  
  36.  
  37.  
  38.                         SAMPLE SCRIPT
  39.                         ~~~~~~~~~~~~~
  40.  
  41.  
  42.  
  43.  
  44. ;Term Random Sounds
  45.  
  46.  
  47. copy `SYSTEM:c/filepick Applics:Telecom/Term/Extras/Sound/TransGood/#?.snd`
  48.                            Applics:Telecom/Term/Extras/Sound/Transgood.snd
  49.  
  50.  
  51. copy `SYSTEM:c/filepick Applics:Telecom/Term/Extras/Sound/TransBad/#?.snd`
  52.                            Applics:Telecom/Term/Extras/Sound/TransBad.snd
  53.  
  54.  
  55. copy `SYSTEM:c/filepick Applics:Telecom/Term/Extras/Sound/DisConnect/#?.snd`
  56.                            Applics:Telecom/Term/Extras/Sound/DisConnect.snd
  57.  
  58.  
  59. copy `SYSTEM:c/filepick Applics:Telecom/Term/Extras/Sound/Connect/#?.snd`
  60.                            Applics:Telecom/Term/Extras/Sound/Connect.snd
  61.  
  62.  
  63. copy `SYSTEM:c/filepick Applics:Telecom/Term/Extras/Sound/Bell/#?.snd`
  64.                            Applics:Telecom/Term/Extras/Sound/Bell.snd
  65.  
  66.  
  67. copy `SYSTEM:c/filepick Applics:Telecom/Term/Extras/Sound/Ring/#?.snd`
  68.                            Applics:Telecom/Term/Extras/Sound/Ring.snd
  69.  
  70.  
  71. copy `SYSTEM:c/filepick Applics:Telecom/Term/Extras/Sound/Voice/#?.snd`
  72.                            Applics:Telecom/Term/Extras/Sound/Voice.snd
  73.  
  74.  
  75. copy `SYSTEM:c/filepick Applics:Telecom/Term/Extras/Sound/Error/#?.snd`
  76.                            Applics:Telecom/Term/Extras/Sound/Error.snd
  77.  
  78.  
  79.  
  80.  
  81.  
  82.                       EXPLAINING ABOVE MESS
  83.                       ~~~~~~~~~~~~~~~~~~~~~
  84.  
  85.  
  86.  
  87.  My random file picker is "FilePick", but others would work fine as well.
  88. Through the use of wildcards, Filepick chooses a random sound bite from
  89. the "Transgood" directory, for example.
  90.  
  91.  This happens within the "`" ticks.
  92.  
  93.  The Copy command takes the result of this and copies it to where Term is
  94. looking for the sound used for that event and renames it "Transgood.snd",
  95. which is the name Term is looking for. That's it, That's all!
  96.  
  97.  Now, there might be a much simpler way to go about all this, but it's
  98. working great for me!
  99.  
  100.  
  101.  
  102.  
  103.  
  104.                            VITAL INFO
  105.                            ~~~~~~~~~~
  106.  
  107.  
  108.  
  109. PLEASE NOTE: Of course the directory structure of the above script
  110. represents MY system and you should alter it to suit yours. Or better
  111. yet, restructure your entire system to match mine and it'll work for
  112. sure! ;-)
  113.  
  114. PLEASE ALSO NOTE: I take no responsibility for anything negative that
  115. occurs as a result of the files in this archive, for example, the
  116. Earth getting knocked off its axis. On the other hand I DO take full
  117. responsibility for anything good that occurs from the usage of the
  118. files in this archive and expect to be paid accordingly!!!!
  119.  
  120.  
  121.  
  122.  
  123.                          ACKNOWLEDGEMENTS
  124.                          ~~~~~~~~~~~~~~~~
  125.  
  126.  
  127.  
  128. Thanks to Olaf Barthel for Term.
  129. Thanks to S.T. Brown for Filepick.
  130.  
  131.  
  132.  
  133.  
  134.                             CONTACTING ME
  135.                             ~~~~~~~~~~~~~
  136.  
  137.  
  138.  
  139. David Putzier,
  140.  
  141. Email - dputzier@efn.org
  142.  
  143.  
  144.